Success Against All Odds ^^^^^ **Definition:** * A test that was written to pass first rather than fail first. As an unfortunate side effect, the test case happens to always pass even though the test should fail. **Also Known As:** * The Liar **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Anti-Patterns - Digital Tapestry `_ * `Categorising Test Smells `_ :octicon:`graph;1em` * `TDD and anti-patterns - Chapter 5 `_ :octicon:`file-code;1em` :octicon:`comment-discussion;1em` :octicon:`sync;1em` * `Test-Driven Development: TDD Anti-Patterns `_